home *** CD-ROM | disk | FTP | other *** search
/ Core Concepts in Art 2 / Core Concepts in Art (Frames of Reference)(The McGraw-Hill Companies)(2004).iso / mac / media / main.swf / scripts / DefineButton2_204 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-11-02  |  108b  |  6 lines

  1. on(release){
  2.    _root.fileLoc = undefined;
  3.    _parent.loading_mc._visible = 0;
  4.    this._visible = 0;
  5. }
  6.